home *** CD-ROM | disk | FTP | other *** search
/ Educational Software Cooperative 4 / Educational Software Cooperative 4.iso / midilang / lower.mpl < prev    next >
Encoding:
Text File  |  1996-02-06  |  655 b   |  35 lines

  1. #
  2. #
  3. #
  4. #    lower.mpl
  5. #
  6. #    replay, in real time, the upper note to the lower note
  7. #
  8. #         Author            ID                 Date
  9. #       ------------    -----------          ---------
  10. #       Serge Sibony    100417,2633          09/06/95
  11. #      
  12. #
  13. # This file is a mpl effect definition used by MidiLang
  14. #    MidiLang can be found at the MidiForum, in the
  15. #         Windows sound media library.
  16. #
  17. # This effect replays every notes played at the lower part channel
  18. #
  19. #
  20.  
  21.  
  22. Label main
  23.  
  24. chan-= 1
  25. outmidi
  26.  
  27. end
  28.  
  29.  
  30.  
  31. Descript All upper notes played are played back
  32. Descript in the same time in the lower part channel
  33.